home *** CD-ROM | disk | FTP | other *** search
/ maniac syndROMe 1 / maniac syndROMe 1.iso / pc / movies / mb28.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1996-03-23  |  412 b   |  18 lines

  1. on mouseDown
  2.   set ch to clickOn()
  3.   set btnup to the number of cast "GO UP"
  4.   set btndown to the number of cast "GO DOWN"
  5.   repeat while the stillDown
  6.     if rollOver(ch) then
  7.       set the castNum of sprite ch to btndown
  8.     else
  9.       set the castNum of sprite ch to btnup
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the castNum of sprite ch to btnup
  14.   if rollOver(ch) then
  15.     go(marker(1))
  16.   end if
  17. end
  18.